home *** CD-ROM | disk | FTP | other *** search
- global gGamesMasterObj, locateBubList, noWayBubList, policeBubList
-
- on exitFrame
- cursor(-1)
- toggleFreezeCar(1)
- killBubbles(gGamesMasterObj, noWayBubList)
- killBubbles(gGamesMasterObj, policeBubList)
- createBubble(gGamesMasterObj, "bubbleScript", locateBubList)
- if clearedPolice() then
- customWait(1, 1.5)
- killBubbles(gGamesMasterObj, locateBubList)
- if the nextLoc of gGamesMasterObj > 8 then
- createBubble(gGamesMasterObj, "bubbleScript", locateBubList, "done")
- customWait(1, 4)
- else
- createBubble(gGamesMasterObj, "bubbleScript", locateBubList, "go")
- customWait(1, 1.5)
- end if
- killBubbles(gGamesMasterObj, locateBubList)
- updateStage()
- toggleFreezeCar(0)
- startTimer()
- go("normal")
- else
- go(the frame)
- end if
- end
-